loaddefs-gen.el: Generate an autoload for `pcase-defmacro`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Feb 2024 03:19:49 +0000 (22:19 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Feb 2024 03:19:49 +0000 (22:19 -0500)
commit57544fa2a2e1f2d04aa6b6bdf49bde71141b945d
tree2e416dfc199a007e89412f6311961f8fa55e36b9
parent806759dc0a6a3b049ce35d0497011464e5fc4dcb
loaddefs-gen.el: Generate an autoload for `pcase-defmacro`

Autoload cookies on uses of `pcase-defmacro` used to copy
the definition wholesale instead of generating the expected autoload.

* lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate--make-autoload):
Look inside `eval-and-compile` as well.
lisp/emacs-lisp/loaddefs-gen.el